Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_About
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.btnOk = New System.Windows.Forms.Button()
26         Me.Label3 = New System.Windows.Forms.Label()
27         Me.Panel2 = New System.Windows.Forms.Panel()
28         Me.Panel1 = New System.Windows.Forms.Panel()
29         Me.CloudLabel1 = New CloudToolkitN6.CloudLabel()
30         Me.Label1 = New System.Windows.Forms.Label()
31         Me.CloudLabel3 = New CloudToolkitN6.CloudLabel()
32         Me.CloudLabel2 = New CloudToolkitN6.CloudLabel()
33         Me.Panel2.SuspendLayout()
34         Me.SuspendLayout()
35         
'
36         
'btnOk
37         
'
38         Me.btnOk.BackColor = System.Drawing.Color.SteelBlue
39         Me.btnOk.Cursor = System.Windows.Forms.Cursors.Hand
40         Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
41         Me.btnOk.ForeColor = System.Drawing.Color.White
42         Me.btnOk.Location = New System.Drawing.Point(
412, 287)
43         Me.btnOk.Name =
"btnOk"
44         Me.btnOk.Size = New System.Drawing.Size(
106, 31)
45         Me.btnOk.TabIndex =
5
46         Me.btnOk.Text =
"Ok"
47         Me.btnOk.UseVisualStyleBackColor = False
48         
'
49         
'Label3
50         
'
51         Me.Label3.AutoSize = True
52         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
53         Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
54         Me.Label3.Location = New System.Drawing.Point(
201, 6)
55         Me.Label3.Name =
"Label3"
56         Me.Label3.Size = New System.Drawing.Size(
123, 29)
57         Me.Label3.TabIndex =
8
58         Me.Label3.Text =
"About Me"
59         
'
60         
'Panel2
61         
'
62         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
63         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
64         Me.Panel2.Controls.Add(Me.Label3)
65         Me.Panel2.Location = New System.Drawing.Point(
1, 0)
66         Me.Panel2.Name =
"Panel2"
67         Me.Panel2.Size = New System.Drawing.Size(
529, 39)
68         Me.Panel2.TabIndex =
42
69         
'
70         
'Panel1
71         
'
72         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
73         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
74         Me.Panel1.Location = New System.Drawing.Point(
1, 338)
75         Me.Panel1.Name =
"Panel1"
76         Me.Panel1.Size = New System.Drawing.Size(
529, 21)
77         Me.Panel1.TabIndex =
43
78         
'
79         
'CloudLabel1
80         
'
81         Me.CloudLabel1.AutoSize = True
82         Me.CloudLabel1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, CType(((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic) _
83                 Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(
0, Byte))
84         Me.CloudLabel1.ForeColor = System.Drawing.Color.SteelBlue
85         Me.CloudLabel1.Location = New System.Drawing.Point(
35, 56)
86         Me.CloudLabel1.Name =
"CloudLabel1"
87         Me.CloudLabel1.Size = New System.Drawing.Size(
462, 29)
88         Me.CloudLabel1.TabIndex =
47
89         Me.CloudLabel1.Text =
"Human Resource Management System"
90         
'
91         
'Label1
92         
'
93         Me.Label1.AutoSize = True
94         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.Label1.ForeColor = System.Drawing.Color.Black
96         Me.Label1.Location = New System.Drawing.Point(
51, 204)
97         Me.Label1.Name =
"Label1"
98         Me.Label1.Size = New System.Drawing.Size(
178, 16)
99         Me.Label1.TabIndex =
46
100         Me.Label1.Text =
"Zaheeralam235@gmail.com"
101         
'
102         
'CloudLabel3
103         
'
104         Me.CloudLabel3.AutoSize = True
105         Me.CloudLabel3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.CloudLabel3.ForeColor = System.Drawing.Color.Black
107         Me.CloudLabel3.Location = New System.Drawing.Point(
65, 166)
108         Me.CloudLabel3.Name =
"CloudLabel3"
109         Me.CloudLabel3.Size = New System.Drawing.Size(
147, 20)
110         Me.CloudLabel3.TabIndex =
45
111         Me.CloudLabel3.Text =
"Zaheer Chudhary"
112         
'
113         
'CloudLabel2
114         
'
115         Me.CloudLabel2.AutoSize = True
116         Me.CloudLabel2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, CType(((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic) _
117                 Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(
0, Byte))
118         Me.CloudLabel2.ForeColor = System.Drawing.Color.Black
119         Me.CloudLabel2.Location = New System.Drawing.Point(
49, 125)
120         Me.CloudLabel2.Name =
"CloudLabel2"
121         Me.CloudLabel2.Size = New System.Drawing.Size(
190, 29)
122         Me.CloudLabel2.TabIndex =
44
123         Me.CloudLabel2.Text =
"Developed By :"
124         
'
125         
'Frm_About
126         
'
127         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
128         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
129         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
130         Me.BackgroundImage = Global.NewHRMS.My.Resources.Resources.Syringe
131         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
132         Me.ClientSize = New System.Drawing.Size(
530, 359)
133         Me.Controls.Add(Me.CloudLabel1)
134         Me.Controls.Add(Me.Label1)
135         Me.Controls.Add(Me.CloudLabel3)
136         Me.Controls.Add(Me.CloudLabel2)
137         Me.Controls.Add(Me.Panel1)
138         Me.Controls.Add(Me.Panel2)
139         Me.Controls.Add(Me.btnOk)
140         Me.DoubleBuffered = True
141         Me.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
142         Me.MinimizeBox = False
143         Me.Name =
"Frm_About"
144         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
145         Me.Text =
"About Us"
146         Me.Panel2.ResumeLayout(False)
147         Me.Panel2.PerformLayout()
148         Me.ResumeLayout(False)
149         Me.PerformLayout()
150
151     End Sub
152     Friend WithEvents btnOk As System.Windows.Forms.Button
153     Friend WithEvents Label3 As System.Windows.Forms.Label
154     Friend WithEvents Panel2 As System.Windows.Forms.Panel
155     Friend WithEvents Panel1 As System.Windows.Forms.Panel
156     Friend WithEvents CloudLabel1 As CloudToolkitN6.CloudLabel
157     Friend WithEvents Label1 As System.Windows.Forms.Label
158     Friend WithEvents CloudLabel3 As CloudToolkitN6.CloudLabel
159     Friend WithEvents CloudLabel2 As CloudToolkitN6.CloudLabel
160 End Class


Gõ tìm kiếm nhanh...